home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronic Clipper 1996 July
/
Electronic Clipper 1996 July.iso
/
pc
/
ideasrc
/
house.dir
/
00212_Script_212
< prev
next >
Wrap
Text File
|
1996-06-02
|
673b
|
25 lines
on exitFrame
if soundbusy(1) then
go the frame
if rollover (3) then
puppetsprite (3), true
set the castnum of sprite 3 to 197
updatestage
else puppetsprite 3, false
if rollover (4) then
puppetsprite (4), true
set the castnum of sprite 4 to 198
updatestage
else puppetsprite 4, false
if rollover (5) then
puppetsprite (5), true
set the castnum of sprite 5 to 200
updatestage
else puppetsprite 5, false
if rollover (6) then
puppetsprite (6), true
set the castnum of sprite 6 to 199
updatestage
else puppetsprite 6, false
end if
end